home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDITOR
/
TDE20E.ARJ
/
HELP.H
< prev
next >
Wrap
Text File
|
1992-06-05
|
3KB
|
56 lines
/*
* New editor name: tde, the Thomson-Davis Editor.
* Author: Frank Davis
* Date: June 5, 1991
*
* This modification of Douglas Thomson's code is released into the
* public domain, Frank Davis. You may distribute it freely.
*
* This info is displayed in the intro screen and the pop-up help screen
* when F1 is pressed.
*/
char *credit_screen[] = {
"┌────────────────────────────────────────────────────┐",
"│ │",
"│ tde, the Thomson-Davis Editor │",
"│ Version 2.0e │",
"│ June 5, 1992 │",
"│ │",
"│ This program is released into the public │",
"│ domain. You may use and distribute it freely. │",
"│ │",
"└────────────────────────────────────────────────────┘",
NULL
};
char *help_screen[] = {
"───── Word Processing ───────┬ #-Shift @-Alt ^-Ctrl ┬──── File commands ────",
" ^F6 set left margin ├───── Block commands ─────┤@F1 dir list ",
" ^F7 set right margin │ @B mark box block │ F2 save #F2 save as",
" ^F8 set paragraph margin │ @L mark line block │@F2 file attributes ",
" ^B format cursor forward │ @X mark stream block │ F3 quit ",
" @F7 format paragraph │ @U unmark block │ F4 file ",
" @F8 left justify line │ @M move @C copy │#F4 edit F @F4 next F",
" @F9 right justify line │ @K kopy @G group del├─────── Toggles ───────",
" @F10 center justify line │ @F fill @O overlay │ ^F1 cursor sync ",
"───── Window Commands ───────┤ @S sort @N number │ ^F2 eol display ",
" F8 vertical #F9 resize │ @E block expand tabs │ ^F3 CRLF | LF at eol ",
" F9 horizontal ^F9 zoom │ @T trim trailing space │ ^F4 trim trailing ",
"F10 next #F10 previous│ @P print file/block │ ^F5 search\\sort case ",
" ^F10 next hidden window │ @W write block to file │ @R ruler ",
"─────── Misc commands ───────┤ @< block to upper case │ @V word wrap ",
" @A add L ^2 Date stamp│ @> block to lower case │ @Z ^Z at eof ",
" @J join L ^] paren bal │ @? block strip hi bit │ @I indent mode ",
" @= dup L @- kill eol │#@< block rot13 │@tab smart tabs ",
" @D delete L @1-@3 mark│#@> block fix uue ├───── Find/Replace ────",
" ^_ split L #@1-#@3 goto│#@? block e-mail reply │ #F5 find forward ",
"ESC undo L ^\\ redraw ├───────── Macros ─────────┤ #F6 find backward ",
" ^U undelete L ^T word del│ @F3 record on/off │ F5 repeat forward ",
" Enter Emacs L │ #F1 save #F3 load │ F6 repeat backward ",
"#Enter next L @Q Quit│ ^P pause │ #F7 replace forward ",
"^Enter beg next L @H Help│ ^ESC clear macros │ #F8 replace backward ",
NULL
};